type text/template.common

4 uses

	text/template (current package)
		template.go#L14: type common struct {
		template.go#L32: 	*common
		template.go#L72: 		c := new(common)
		template.go#L115: func (t *Template) copy(c *common) *Template {